wayland: Remove unused data structure
authorChristophe Fergeau <cfergeau@redhat.com>
Tue, 28 Nov 2017 16:43:24 +0000 (17:43 +0100)
committerChristophe Fergeau <cfergeau@redhat.com>
Wed, 29 Nov 2017 10:21:32 +0000 (11:21 +0100)
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
https://bugzilla.gnome.org/show_bug.cgi?id=790031

gdk/wayland/gdkselection-wayland.c

index b31af85139dbdf8551e21e46112d2682a75d4fc0..0012febd9ec036de5983acc86546d209c1ef2988 100644 (file)
@@ -61,12 +61,6 @@ struct _StoredSelection
   gint fd;
 };
 
-struct _DataSourceData
-{
-  GdkWindow *window;
-  GdkAtom selection;
-};
-
 struct _DataOfferData
 {
   GDestroyNotify destroy_notify;